

.quotesTable {
    width: 762px;
}
.quotesTable th {
    color: #2b4254;
}
.quotesTable .headerRow {
	height: 13px;
	padding: 1px 0px 2px 0px;
	#padding: 1px 0px 1px 0px;
	#height: 13px;
}

.quotesTable .firstHeaderCol{
	border-left: 1px solid #e7e3e7;
}

.quotesTable .lastHeaderCol{
	border-right: 1px solid #e7e3e7;
}


.quotesTable .instrumentRow{
	padding: 2px 0px 2px 0px;
}

.quotesTable .openInstrumentRow{
	padding: 2px 0px 2px 0px;
}

.quotesTable .openInstrumentRowFirstCol{
	padding-left: 3px;
}

.quotesTable .firstCol{
	padding-left: 3px;
	border-left: 1px solid #FFFFFF;
}

.quotesTable .lastCol{
	
	padding-right: 5px;
}

.quotesTable .iconCol{
	width: 14px;
	text-align: right;
}

.quotesTable .sectorCol{
	width: 14px;
	text-align: right;
}

.quotesTable .countryCol{
	width: 15px;
	text-align: right;
}

.quotesTable .longNameCol{
	width: 93px;
	text-align: left;
	padding-left: 13px;
}

.quotesTable .diffCol{
	width: 43px;
	text-align: right;
}

.quotesTable .priceCol{
	width: 49px;
	text-align: right;
}

.quotesTable .widePriceCol{
	width: 49px;
	text-align: right;
}

.quotesTable .volumeTurnoverCol{
	width: 67px;
	text-align: right;
}

.quotesTable .currencyCol{
	width: 31px;
	text-align: right;
}

.quotesTable .addCol{
	width: 65px;
	text-align: right;
}

.quotesTable .instrumentRowColumn {
    height: 18px;
    #height: 14px;
}
.quotesTable .openInstrumentRowColumn {
    
    #height: 14px;
}


img {
    border: 0;
}

.quotesTable .closedOrderDepthRow {
    display: none;
}

#groupSelectList {
    font-family: Verdana;
    font-size : 10px;
    margin-bottom: 15px;
    width: 150px;
}


.trades .colHeadline{
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.trades .time{
	width: 70px;
	text-align: left;
}

.trades .bought{
	width: 50px;
	text-align: right;
}

.trades .sold{
	width: 50px;
	text-align: right;
}

.trades .amount{
	width: 84px;
	text-align: right;
}


.trades .price{
	width: 52px;
	text-align: right;
}

.trades .currency{
	width: 56px;
	text-align: right;
}

.trades .redRow{
	background-color: #fd0001;
	color: #ffffff;
}

.trades .blueRow{
	background-color: #0000fe;
	color: #ffffff;
}

.orderDepthTable .more{
	color: #000000;
	text-align: right;
    padding: 7px 0 0 0;
	/*margin: 0 5px 0 5px;*/
}

.orderDepth .colHeadline{
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.orderDepth .level{
	width: 38px;
	text-align: left;
}

.orderDepth .volumeBuy{
	width: 56px;
	text-align: right;
}

.orderDepth .buy{
	width: 56px;
	text-align: right;
}

.orderDepth .barsLeft{
	width: 55px;
	text-align: right;
}

.orderDepth .barsRight{
	width: 55px;
	text-align: left;
}

.orderDepth .sell{
	width: 38px;
	text-align: right;
}

.orderDepth .volumeSell{
	width: 66px;
	text-align: right;
}

#pagingDiv {
    padding-top: 10px;
    float:left;
    width: 699px;
}


.valueNeg {
    color: Red;
}

.valuePos {
    color: Blue;
}


.quotesTable .openOrderDepthRow {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
}

.quotesTable .orderDepthSplitter {
    width: 1px; 
    height: 81px; 
    background-color: #E0E0E0; 
    margin-left: 14px; 
    margin-right: 14px;
}


.filterGroupList {
    float: left; 
    width: 610px;
}
.filterUpdated {
    text-align: right; 
    width: 150px; 
    float: left;
}

a 
{
    cursor: pointer;    
}